home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / Make / source / config.h.W32 < prev    next >
Encoding:
Text File  |  1997-09-19  |  7.6 KB  |  300 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if on AIX 3.
  4.    System headers sometimes define this.
  5.    We just want to avoid a redefinition error message.  */
  6. #ifndef _ALL_SOURCE
  7. #undef _ALL_SOURCE
  8. #endif
  9.  
  10. /* Define if using alloca.c.  */
  11. #undef C_ALLOCA
  12.  
  13. /* Define to empty if the keyword does not work.  */
  14. #undef const
  15.  
  16. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  17.    This function is required for alloca.c support on those systems.  */
  18. #undef CRAY_STACKSEG_END
  19.  
  20. /* Define for DGUX with <sys/dg_sys_info.h>.  */
  21. #undef DGUX
  22.  
  23. /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
  24. #undef GETLOADAVG_PRIVILEGED
  25.  
  26. /* Define to `int' if <sys/types.h> doesn't define.  */
  27. #undef gid_t
  28. #define gid_t int
  29.  
  30. /* Define if you have alloca, as a function or macro.  */
  31. #undef HAVE_ALLOCA
  32. #define HAVE_ALLOCA
  33.  
  34. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  35. #undef HAVE_ALLOCA_H
  36.  
  37. /* Define if you have the memmove function.  */
  38. #undef HAVE_MEMMOVE
  39. #define HAVE_MEMMOVE 1
  40.  
  41. /* Define if you don't have vprintf but do have _doprnt.  */
  42. #undef HAVE_DOPRNT
  43.  
  44. /* Define if your system has its own `getloadavg' function.  */
  45. #undef HAVE_GETLOADAVG
  46.  
  47. /* Define if you have the getmntent function.  */
  48. #undef HAVE_GETMNTENT
  49.  
  50. /* Define if the `long double' type works.  */
  51. #undef HAVE_LONG_DOUBLE
  52.  
  53. /* Define if you support file names longer than 14 characters.  */
  54. #undef HAVE_LONG_FILE_NAMES
  55. #define HAVE_LONG_FILE_NAMES
  56.  
  57. /* Define if you have a working `mmap' system call.  */
  58. #undef HAVE_MMAP
  59.  
  60. /* Define if system calls automatically restart after interruption
  61.    by a signal.  */
  62. #undef HAVE_RESTARTABLE_SYSCALLS
  63.  
  64. /* Define if your struct stat has st_blksize.  */
  65. #undef HAVE_ST_BLKSIZE
  66.  
  67. /* Define if your struct stat has st_blocks.  */
  68. #undef HAVE_ST_BLOCKS
  69.  
  70. /* Define if you have the strcoll function and it is properly defined.  */
  71. #undef HAVE_STRCOLL
  72. #define HAVE_STRCOLL
  73.  
  74. /* Define if your struct stat has st_rdev.  */
  75. #undef HAVE_ST_RDEV
  76. #define HAVE_ST_RDEV
  77.  
  78. /* Define if you have the strftime function.  */
  79. #undef HAVE_STRFTIME
  80. #define HAVE_STRFTIME
  81.  
  82. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  83. #undef HAVE_SYS_WAIT_H
  84.  
  85. /* Define if your struct tm has tm_zone.  */
  86. #undef HAVE_TM_ZONE
  87.  
  88. /* Define if you don't have tm_zone but do have the external array
  89.    tzname.  */
  90. #undef HAVE_TZNAME
  91. #define HAVE_TZNAME
  92.  
  93. /* Define if you have <unistd.h>.  */
  94. #undef HAVE_UNISTD_H
  95.  
  96. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  97. #undef HAVE_UTIME_NULL
  98. #define HAVE_UTIME_NULL
  99.  
  100. /* Define if you have <vfork.h>.  */
  101. #undef HAVE_VFORK_H
  102.  
  103. /* Define if you have the vprintf function.  */
  104. #undef HAVE_VPRINTF
  105. #define HAVE_VPRINTF
  106.  
  107. /* Define if you have the wait3 system call.  */
  108. #undef HAVE_WAIT3
  109.  
  110. /* Define if on MINIX.  */
  111. #undef _MINIX
  112.  
  113. /* Define if your struct nlist has an n_un member.  */
  114. #undef NLIST_NAME_UNION
  115.  
  116. /* Define if you have <nlist.h>.  */
  117. #undef NLIST_STRUCT
  118.  
  119. /* Define if your C compiler doesn't accept -c and -o together.  */
  120. #undef NO_MINUS_C_MINUS_O
  121.  
  122. /* Define to `int' if <sys/types.h> doesn't define.  */
  123. #undef pid_t
  124. #define pid_t int
  125.  
  126. /* Define if the system does not provide POSIX.1 features except
  127.    with this defined.  */
  128. #undef _POSIX_1_SOURCE
  129.  
  130. /* Define if you need to in order for stat and other things to work.  */
  131. #undef _POSIX_SOURCE
  132. #define _POSIX_SOURCE
  133.  
  134. /* Define as the return type of signal handlers (int or void).  */
  135. #undef RETSIGTYPE
  136. #define RETSIGTYPE void
  137.  
  138. /* Define if the setvbuf function takes the buffering type as its second
  139.    argument and the buffer pointer as the third, as on System V
  140.    before release 3.  */
  141. #undef SETVBUF_REVERSED
  142.  
  143. /* If using the C implementation of alloca, define if you know the
  144.    direction of stack growth for your system; otherwise it will be
  145.    automatically deduced at run-time.
  146.     STACK_DIRECTION > 0 => grows toward higher addresses
  147.     STACK_DIRECTION < 0 => grows toward lower addresses
  148.     STACK_DIRECTION = 0 => direction of growth unknown
  149.  */
  150. #undef STACK_DIRECTION
  151.  
  152. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  153. #undef STAT_MACROS_BROKEN
  154.  
  155. /* Define if you have the ANSI C header files.  */
  156. #undef STDC_HEADERS
  157. #define STDC_HEADERS
  158.  
  159. /* Define on System V Release 4.  */
  160. #undef SVR4
  161.  
  162. /* Define if `sys_siglist' is declared by <signal.h>.  */
  163. #undef SYS_SIGLIST_DECLARED
  164.  
  165. /* Define to `int' if <sys/types.h> doesn't define.  */
  166. #undef uid_t
  167. #define uid_t int
  168.  
  169. /* Define for Encore UMAX.  */
  170. #undef UMAX
  171.  
  172. /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
  173.    instead of <sys/cpustats.h>.  */
  174. #undef UMAX4_3
  175.  
  176. /* Define vfork as fork if vfork does not work.  */
  177. #undef vfork
  178.  
  179. /* Name of this package (needed by automake) */
  180. #define PACKAGE "make"
  181.  
  182. /* Version of this package (needed by automake) */
  183. #define VERSION "3.76.1"
  184.  
  185. /* Define to the name of the SCCS `get' command.  */
  186. #undef SCCS_GET
  187. #define SCCS_GET "echo no sccs get"
  188.  
  189. /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
  190. #undef SCCS_GET_MINUS_G
  191.  
  192. /* Define this if the C library defines the variable `sys_siglist'.  */
  193. #undef HAVE_SYS_SIGLIST
  194.  
  195. /* Define this if the C library defines the variable `_sys_siglist'.  */
  196. #undef HAVE__SYS_SIGLIST
  197.  
  198. /* Define this if you have the `union wait' type in <sys/wait.h>.  */
  199. #undef HAVE_UNION_WAIT
  200.  
  201. /* Define if you have the dup2 function.  */
  202. #undef HAVE_DUP2
  203. #define HAVE_DUP2
  204.  
  205. /* Define if you have the getcwd function.  */
  206. #undef HAVE_GETCWD
  207. #define HAVE_GETCWD
  208.  
  209. /* Define if you have the getgroups function.  */
  210. #undef HAVE_GETGROUPS
  211.  
  212. /* Define if you have the mktemp function.  */
  213. #undef HAVE_MKTEMP
  214. #define HAVE_MKTEMP
  215.  
  216. /* Define if you have the psignal function.  */
  217. #undef HAVE_PSIGNAL
  218.  
  219. /* Define if you have the setegid function.  */
  220. #undef HAVE_SETEGID
  221.  
  222. /* Define if you have the seteuid function.  */
  223. #undef HAVE_SETEUID
  224.  
  225. /* Define if you have the setlinebuf function.  */
  226. #undef HAVE_SETLINEBUF
  227.  
  228. /* Define if you have the setregid function.  */
  229. #undef HAVE_SETREGID
  230.  
  231. /* Define if you have the setreuid function.  */
  232. #undef HAVE_SETREUID
  233.  
  234. /* Define if you have the sigsetmask function.  */
  235. #undef HAVE_SIGSETMASK
  236.  
  237. /* Define if you have the strerror function.  */
  238. #undef HAVE_STRERROR
  239. #define HAVE_STRERROR
  240.  
  241. /* Define if you have the strsignal function.  */
  242. #undef HAVE_STRSIGNAL
  243.  
  244. /* Define if you have the wait3 function.  */
  245. #undef HAVE_WAIT3
  246.  
  247. /* Define if you have the waitpid function.  */
  248. #undef HAVE_WAITPID
  249.  
  250. /* Define if you have the <dirent.h> header file.  */
  251. #undef HAVE_DIRENT_H
  252. #define HAVE_DIRENT_H
  253.  
  254. /* Define if you have the <fcntl.h> header file.  */
  255. #undef HAVE_FCNTL_H
  256. #define HAVE_FCNTL_H
  257.  
  258. /* Define if you have the <limits.h> header file.  */
  259. #undef HAVE_LIMITS_H
  260. #define HAVE_LIMITS_H
  261.  
  262. /* Define if you have the <mach/mach.h> header file.  */
  263. #undef HAVE_MACH_MACH_H
  264.  
  265. /* Define if you have the <memory.h> header file.  */
  266. #undef HAVE_MEMORY_H
  267. #define HAVE_MEMORY_H
  268.  
  269. /* Define if you have the <ndir.h> header file.  */
  270. #undef HAVE_NDIR_H
  271.  
  272. /* Define if you have the <string.h> header file.  */
  273. #undef HAVE_STRING_H
  274. #define HAVE_STRING_H
  275.  
  276. /* Define if you have the <sys/dir.h> header file.  */
  277. #undef HAVE_SYS_DIR_H
  278.  
  279. /* Define if you have the <sys/ndir.h> header file.  */
  280. #undef HAVE_SYS_NDIR_H
  281.  
  282. /* Define if you have the <sys/param.h> header file.  */
  283. #undef HAVE_SYS_PARAM_H
  284.  
  285. /* Define if you have the <sys/timeb.h> header file.  */
  286. #undef HAVE_SYS_TIMEB_H
  287. #define HAVE_SYS_TIMEB_H
  288.  
  289. /* Define if you have the <sys/wait.h> header file.  */
  290. #undef HAVE_SYS_WAIT_H
  291.  
  292. /* Define if you have the <unistd.h> header file.  */
  293. #undef HAVE_UNISTD_H
  294.  
  295. /* Define if you have the dgc library (-ldgc).  */
  296. #undef HAVE_LIBDGC
  297.  
  298. /* Define if you have the sun library (-lsun).  */
  299. #undef HAVE_LIBSUN
  300.